Spread WinForms 15
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet Namespace / Worksheet Class / SetBackgroundPicture Method / SetBackgroundPicture(IConvertible<Stream>,String) Method
The graphic binary data.
The file content type.


In This Topic
SetBackgroundPicture(IConvertible<Stream>,String) Method
In This Topic
Sets the background graphic for a worksheet.
Syntax
'Declaration
 
Public Overloads Sub SetBackgroundPicture( _
   ByVal imageConvertible As IConvertible(Of Stream), _
   ByVal contentType As String _
) 
 
'Usage
 
Dim instance As Worksheet
Dim imageConvertible As IConvertible(Of Stream)
Dim contentType As String
 
instance.SetBackgroundPicture(imageConvertible, contentType)

Parameters

imageConvertible
The graphic binary data.
contentType
The file content type.
See Also